From 26f7bcf1d3f26fc79551a7a79b0e95fcb2d8effe Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Thu, 15 Sep 2005 08:56:13 +0000 Subject: [PATCH] Fix build! Signed-off-by: Christian Limpach --- tools/libxc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index 9c050b66f1..c4f6849fcd 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -23,10 +23,6 @@ SRCS += xc_misc.c SRCS += xc_physdev.c SRCS += xc_private.c SRCS += xc_sedf.c -BUILD_SRCS += xc_linux_build.c -BUILD_SRCS += xc_load_bin.c -BUILD_SRCS += xc_load_elf.c -BUILD_SRCS += xg_private.c ifeq ($(XEN_TARGET_ARCH),ia64) BUILD_SRCS += xc_ia64_stubs.c @@ -35,9 +31,13 @@ SRCS += xc_ptrace.c SRCS += xc_ptrace_core.c BUILD_SRCS := xc_load_aout9.c +BUILD_SRCS += xc_load_bin.c +BUILD_SRCS += xc_load_elf.c +BUILD_SRCS += xc_linux_build.c BUILD_SRCS += xc_linux_restore.c BUILD_SRCS += xc_linux_save.c BUILD_SRCS += xc_vmx_build.c +BUILD_SRCS += xg_private.c endif CFLAGS += -Wall -- 2.30.2